home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / handwriting / Handy Pilot Font Editor 1.7R / FEDEMO.ZIP / EXAMPLE / README < prev   
Encoding:
Text File  |  2000-06-07  |  960 b   |  26 lines

  1. FExampl v1.0
  2. ------------
  3.  FExampl is a GNU C source code example demontrates how to make PalmOS (tm) 
  4. application with custom font. This is for PalmOS application developers.
  5.  
  6. Type make at command prompt to get fexampl.prc
  7.  
  8. files in the archive:
  9. ---------------------------------------------------------------------------
  10. fexampl.c    - Main source code.
  11. fexampl.h    - Header file.
  12. fexampl.rcp  - Resource file.
  13. fexampl.bmp  - Fexampl Icon.
  14. fexampl.prc  - Compiled PRC file. You may run it on the Palm device.
  15. Makefile     - makefile. A set of rules and commands to compile program.
  16.  
  17. fonts/
  18. narrowed.nft - Extracted Narrowed font data. This font created from 
  19.                standart system one.
  20. nufont.nft   - Another font.
  21. nufont.pdb   - PalmOS database with nufont.
  22. times.nft    - Times font.
  23. ---------------------------------------------------------------------------
  24.  
  25. All fonts are created in the Handy Pilot Font Editor v1.5R.
  26.